home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / goph_10.zip / GOPHER.DOC < prev    next >
Text File  |  1993-06-20  |  10KB  |  385 lines

  1. ░██▄▄▄▄██░
  2. ▀██▀██▀██▀
  3.   ░█▌▐█░
  4.  ░█▀▄▄▀█░
  5.    
  6.  
  7.    
  8.    
  9.    
  10.    
  11.    
  12.    
  13.    
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                               
  20.                               
  21.                               
  22.                               
  23.                               
  24.                               
  25.                               
  26.                               
  27.                               
  28.                               
  29.                               
  30.                             Gopher Hunt  v1.0
  31.               Copyright (C) 1993 RenDic Software Impresarios
  32.                         Doug Lewis & Rick Damiani
  33.                            All rights reserved
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                 ░██▄▄▄▄██░
  61.                                                                 ▀██▀██▀██▀
  62.                                                                   ░█▌▐█░
  63.                                                                  ░█▀▄▄▀█░   
  64.  
  65. WARRANTY
  66. ~~~~~~~~
  67.           GOPHER HUNT IS SUPPLIED AS IS.  THE AUTHORS DISCLAIM ALL 
  68.           WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, 
  69.           THE WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR ANY PURPOSE.
  70.           THE AUTHORS ASSUME NO LIABILITY FOR DAMAGES, DIRECT OR 
  71.           CONSEQUENTIAL, WHICH MAY RESULT FROM THE USE OF GOPHER HUNT.
  72.  
  73. COPYRIGHT NOTICE & LICENSE
  74. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  75.           GOPHER HUNT is distributed as SHAREWARE.  Under this concept you 
  76.           may use the SHAREWARE (UnRegistered) version for a reasonable 
  77.           period of time, which we consider to be 30 days, after which you 
  78.           MUST register your copy or discontinue usage all together.  
  79.           The trial version contains all features described in the documents 
  80.           and is NOT CRIPPLED and will NOT EXPIRE in any way.
  81.  
  82.           Licensee shall not, copy, rent, lease, sell, modify, decompile,
  83.           disassemble, otherwise reverse engineer, or transfer the licensed
  84.           program. Any such unauthorized use shall result in immediate and 
  85.           automatic termination of this license and legal action.
  86.  
  87. With that out of the way we can get down to the door itself.
  88.  
  89.  
  90. WHAT YOU SHOULD HAVE RECEIVED:
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92.      GOPHER.EXE      The program file
  93.  
  94.      DOOR.SYS        A sample DOOR.SYS file set up to play the    
  95.                      game locally.
  96.  
  97.      GOPHBULL.ANS     The high score screen.
  98.  
  99.      LOOSER.ANS      The "You lost" message.
  100.  
  101.      PRESKEY.ANS     The "Press any key to continue" message.
  102.  
  103.      HELP1.ANS       First help screen.
  104.  
  105.      HELP2.ANS       The second help screen.
  106.  
  107.      GENERIC.SYS     Sample GENERIC.SYS file.
  108.  
  109.      GOPHER.DOC      This file your reading right now.
  110.  
  111.      PACKING.LST     A listing of all files in this package.
  112.  
  113.      ORDER.FRM       The registration form.
  114.  
  115. WHAT GOPHER HUNT CREATES:
  116. ~~~~~~~~~~~~~~~~~~~~~~~~
  117.      GOPHSCOR.BIN    High score file. If this file isn't found in 
  118.                      the current directory Gopher Hunt will       
  119.                      create it after the game is played for the   
  120.                      first time.  To reset your high scores simply
  121.                      delete this file.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                                                                      page 1
  129.  
  130. Registered users will receive the latest version of the door PLUS:
  131.  
  132.      GOPHBUL.EXE     An ANSI bulletin generator for Gopher Hunt.
  133.      GOPHBUL.DOC     The docs explaining gopher bull execution.
  134.  
  135.      Rick and Doug's undying gratitude and a key file that will   
  136.      customize Gopher Hunt's exit message with the name of your   
  137.      BBS.
  138.  
  139.  
  140. INSTALLATION:
  141. ~~~~~~~~~~~~
  142. Installation of this door is fairly easy if you use WildCat! 3.x or
  143. PCBoard 12.0 to 14.x or any BBS that supports DOOR.SYS, CALLINFO.BBS, 
  144. PCBOARD.SYS, or DORINFOx.DEF. For other BBS's Gopher Hunt supports 
  145. GENERIC.SYS (described below)
  146.  
  147.  
  148. THE COMMAND LINE:
  149. ~~~~~~~~~~~~~~~~
  150. GOPHER [drive:][path]DOOR.SYS              For standard comports  
  151.  
  152. GOPHER [drive:][path]DOOR.SYS PORT:03F8:5  For nonstandard ports. 
  153.                                            The first number is    
  154.                                            the address in hex and
  155.                                            second is the IRQ 
  156.                                            assigned to that port.
  157.  
  158. GOPHER [drive:][path]DOOR.SYS PORT:F:1     Fossil driver: port 1
  159.  
  160. GOPHER [drive:][path]DOOR.SYS PORT:D:1     Digiboard: channel 1
  161.  
  162.  
  163. If you are using environment variables such as those used by PCBoard the
  164. following commands will also work:
  165.  
  166. GOPHER %PCBDRIVE%%PCBDIR%\DOOR.SYS
  167. GOPHER C:%PCBDIR%\DOOR.SYS
  168.  
  169. To use the environment variables you will need to use the dos SET command
  170. in the batch file that starts your bbs software such as:
  171.  
  172. SET PCBDRIVE=C:
  173. SET PCBDIR=\WC30\WCWORK\NODE1
  174.  
  175. Note: If you need to use a nonstandard port, fossil driver or     
  176.       Digiboard the first parameter must be the system drop file  
  177.       (DOOR.SYS etc..) and the second must be the PORT: command   
  178.       with no spaces. The following will NOT work:
  179.                                          ~~~
  180.       GOPHER DOOR.SYS PORT: 03F8: 5
  181.       GOPHER PORT:F:1 DOOR.SYS
  182.  
  183. All the *.ANS files included in the distribution archive MUST be
  184. in the directory that you start Gopher Hunt from. If any of the
  185. ANSI screens are missing Gopher Hunt will display an error
  186. message when it tries to read the file. If a GOPHSCOR.BIN file
  187. isn't found in the current directory it will be created (it will
  188. grow some with time, but shouldn't get any bigger than about 400
  189. bytes)
  190.  
  191.  
  192.                                                                      page 2
  193.  
  194. USING GENERIC.SYS:
  195. ~~~~~~~~~~~~~~~~~
  196. The GENERIC.SYS file is a standard ASCII file and contains 3 lines, 
  197. each followed by a carriage return/line feed. It can be created using 
  198. almost any ascii text editor. The format is:
  199.  
  200.         line 1  -  The BBS operator's name.
  201.         line 2  -  The COM port in use.
  202.         line 3  -  Time allowed in door.
  203.  
  204. Below is an example GENERIC.SYS file with a SysOp name of Doug Lewis, 
  205. using Com port 1, and allowing 50 minutes in the door.
  206.  
  207. Doug Lewis
  208. COM1:
  209. 50
  210.  
  211. Each line is followed by a C/R, L/F and the com port follows the same
  212. format as the standard door.sys.  COM0: = Local Mode (same as door.sys)
  213.  
  214. Gopher Hunt will ask the for the user's name and ask the user if they 
  215. have ANSI support available.
  216.  
  217.  
  218. PLAYING THE GAME:
  219. ~~~~~~~~~~~~~~~~
  220. Really the game is pretty simple. Move the cursor around the screen 
  221. using the numeric keypad (Numlock must be ON). When you are over the 
  222. middle portion of the gopher press either the '5' or '0' keys to kill 
  223. the gopher. If you hit ten gophers you advance to the next level. 
  224. With each level the gophers remain on the screen 1/2 second less.
  225.                                                                      
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.                                                                      page 3
  256.  
  257. At any time during the game the player can get help (press 'H') or see 
  258. the current high scores (press 'S'). Additionally the following keys 
  259. are available to the SysOp:
  260.  
  261.              Function key
  262.              ~~~~~~~~~~~~
  263.                 F5        Shell to DOS
  264.  
  265.                 F8        Return user to system
  266.  
  267.                 F9        Toggle display on/off
  268.  
  269.                 F10       Chat mode  (use the ESCAPE key to exit)
  270.  
  271.               * F3        Toggle printer on/off
  272.  
  273.               * F4        Toggle pagebell on/off
  274.  
  275.               * F7        Toggle caller alarm on/off
  276.  
  277.              Alternate key
  278.              ~~~~~~~~~~~~~
  279.                ALT-H      Toggle between different status lines
  280.  
  281.              * ALT-N      Toggle SysOp on next
  282.  
  283.              * ALT-X      Toggle exit to dos after call
  284.                           and help lines
  285.  
  286. Alternately pressing the ALT-H key will bring up the next status
  287. line screen.  The 1st screen is a help screen, the second screen
  288. shows your COM port status.
  289.  
  290. NOTE: Items marked with an '*' are only functional with PCBoard   
  291.       systems.
  292.  
  293.                                                                      
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.                                                                      page 4
  320.  
  321. Special Thanks go to all of our BETA TESTERS and fellow SYSOPS who have
  322. provided their assistance and time: 
  323.  
  324. Mike Labellarte of "Arte Graphics BBS"   (708) 259-0215 Node 1  WildCat!
  325.                                          (708) 259-6445 Node 2
  326.  
  327. Chris Koziol of "Sun Surf & Serenity"    (708) 453-6630 Node 1  WildCat!
  328.                                          (708) 453-1321 Node 2
  329.  
  330. Ray Sulich of "Straight Board BBS"       (708) 689-1980 Node 1  PCBoard
  331.                                          (708) 689-0119 Node 2
  332.  
  333. David Lewis of "ThunderBolt BBS"         (708) 689-4763         GT Power
  334.  
  335. Bruce Calvert of "Toads Place BBS"       (708) 578-9642         Spitfire
  336.  
  337. Tony Conte of "TNT Disk Company BBS"     (708) 473-9327         Maximus
  338.  
  339. A VERY SPECIAL thanks to our wives Yvonne and Debbie for putting up with
  340. our contless hours on the computers and for making sure we didn't forget
  341. they were there!  <BIG GRIN>
  342.  
  343.  
  344. Contacting the Authors:
  345. ~~~~~~~~~~~~~~~~~~~~~~
  346. You can always find the most recent version of Gopher Hunt on the support
  347. BBS, get Technical Support, & register the door on-line via credit card.
  348.  
  349. SUPPORT BBS:
  350.  
  351. The BubbleHead BBS!  running WildCat! Multinode
  352. Sysop, Doug Lewis (Co-Author of Gopher Hunt)
  353. (708) 688-0649   NODE 1   14.4kbps
  354. (708) 688-0650   NODE 2   2400bps
  355.  
  356. Fidonet address:  1:115/669
  357.  
  358. Gopher Hunt is Freqable via a front end mailer 
  359. using the magic name of "GOPHER".
  360.  
  361. For technical support log onto the bbs and leave a "COMMENT to SYSOP"
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.                                                                      
  384.                                                                      page 5
  385.